home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / util / crypt / pgp21amiga.lha / AMIGA.DOC next >
Text File  |  1993-01-11  |  4KB  |  93 lines

  1.  
  2. PGP/AMIGA Version 2.1.1
  3. -------------------
  4.  
  5. All rights to PGP are reserved by Phil Zimmermann. All contributed modules
  6. are also subject to the copyrights of their individual authors, on the same
  7. conditions. Certain algorithms used by PGP are subject to patent restrictions
  8. and this software as a whole may be subject to export control in certain
  9. countries. Read the PGP Guide for full copyright information and for details
  10. about export control.
  11.  
  12. Amiga port done by Cor Bosman (bosman@fwi.uva.nl)
  13.  
  14. This port was done using Lattice-C version 5.10. The source is not
  15. included in this archive. If you want to compile the source for
  16. yourself, or want to view it, it is available in the standard
  17. pgp distribution. 
  18.  
  19.  
  20. Installing PGP on amiga.
  21. ------------------------
  22.  
  23. To install PGP on your amiga, follow the next few steps.
  24.  
  25. 1)  copy the amiga binary 'pgp' to your C: directory.
  26.  
  27. 2)  make a directory where you want to keep your PGP files.
  28.     For example DH0:PGP . 
  29.  
  30. 3)  Copy config.txt , language.txt and pgp.hlp to that directory.
  31.  
  32. 4)  PGP checks the PGPPATH environment variable to find this directory.
  33.     use:  setenv PGPPATH <directory you created in step 2>
  34.     In the example case:  setenv PGPPATH DH0:pgp 
  35.     If pgp cant find the files it requires on this path, it will check
  36.     the current directory. If it isnt found there, pgp will prompt
  37.     for a filename. You can break all of pgp's functions at any time
  38.     by typing a ^c (ctrl-c)
  39.  
  40.  
  41.     ##################################################################
  42.     IMPORTANT: pgp needs a stacksize of at least 16000 bytes!!!
  43.                Any less might cause guru's
  44.                use:  stack 16000 , to set the stack.
  45.     ##################################################################
  46.  
  47. 5)  I added my public key to the archive. You need this for
  48.     step 6, to check the validity of the binary.
  49.     To add the key to your keyring , do:
  50.  
  51.             pgp bosman.asc
  52.  
  53. 6)  You can check the validity of your pgp binary with the
  54.     supplied signature pgp.sig
  55.     You can keep this signature , and check your binary for
  56.     tampering. To check the binary, do:
  57.  
  58.             pgp pgp.sig
  59.  
  60.     Make sure you have added the public key as explained in 5)
  61.  
  62. 7)  Now you are ready to make your own key. 
  63.     Type:  pgp -kg   (pgp -h , for a small help file)
  64.     Pgp will prompt you for a keysize. For the slower amiga
  65.     types, like unaccelerated 500 or 2000, best would be to
  66.     pick a size below 500 bits. Not because the keygeneration
  67.     takes a lot of time for bigger keys, cause you only need
  68.     to do that once. But because encryption/decryption, especially
  69.     if you have added signatures can take a LOT of time with
  70.     big keys.
  71.  
  72.     During the keygeneration process, PGP will ask you to type in
  73.     a certain amount of characters. This is neccesairy for the
  74.     random generator. Dont type too fast here. If you type too
  75.     fast , pgp will show a '?' , good entries will show a '.'
  76.     Characters that were typed too fast will be ignored.
  77.     Be adviced, generation of large keys can take a lot of time.
  78.  
  79.     
  80. If something isnt clear, read all the supplied document files carefully.
  81. Most questions/problems are explained in the pgpdoc1.txt and pgpdoc2.txt
  82. If things still arent clear, or you have bug reports, try
  83. the newsgroup dedicated to pgp (for those with internet access)
  84. the group is called:  alt.security.pgp
  85. If you have any patches for the amiga version ONLY, send them to
  86. the address below.
  87.  
  88. -----------------------------------------------------------------------
  89.  
  90.     Cor Bosman , internet:  bosman@fwi.uva.nl
  91.  
  92. -----------------------------------------------------------------------
  93.